home *** CD-ROM | disk | FTP | other *** search
/ Alde ADA 5 #1 / ADA CD-ROM - Alde Publishing.iso / cm / createtb.sid < prev    next >
Encoding:
Text File  |  1988-05-03  |  4.7 KB  |  102 lines

  1. --= SID = SIMTEL20 Ada Software Repository Item Description File = SID =--
  2. -- UNIT NAME         : CREATE_TB
  3. -- VERSION           : 850121
  4. -- REVIEW CODE       : 
  5. -- DDN ADDRESS       : wis_ada at mitre
  6. -- AUTHOR            : Mitre Corp.
  7. -- COPYRIGHT         : 
  8. -- DATE CREATED      : 21 JAN 85
  9. -- DATE RELEASED     : 26 JAN 85
  10. -- DATE LAST UPDATED : 26 JAN 85
  11. -- LOCATION          : ASR
  12. -- ENVIRONMENT       : Intellimac 7000M
  13. --                   : UNIX
  14. --                   : Telesoft unvalidated
  15. --= CLASSIFICATION       ===============================================--
  16. -- CATEGORY LEVEL 1  : PROGRAMMING TOOLS
  17. -- CATEGORY LEVEL 2  : Table Builder
  18. -- CATEGORY LEVEL 3  : 
  19. -- CATEGORY LEVEL 4  : 
  20. -- KEYWORD           : Table builder
  21. -- KEYWORD           : Text formatter
  22. -- INDEX             : CREATE_TB
  23. -- INDEX             : Table Builder
  24. -- INDEX             : Builder, Table
  25. -- INDEX             : Text Formatter
  26. -- INDEX             : Formatter, Text
  27. -- TAXONOMY          : 
  28. -- DEPENDENCIES      : 
  29. -- SEE ALSO          : WIS_TOOL_25
  30. --= FILE LISTING         ===============================================--
  31. -- FILE SPECS        : PD:<ADA.TOOLS>CREATETB.*
  32. -- DIRECTORY DISPLAY :
  33. -- Directory   PD:<ADA.TOOLS>
  34. --      File Name     Byte Count  Line Count
  35. --   ---------------  ----------  ----------
  36. --   CREATETB.DOC           4387          97
  37. --   CREATETB.PRO           4524          97
  38. --   CREATETB.SRC          48345        1549
  39. --   ===============  ==========  ==========
  40. --     3 Files             57256        1743
  41. --= ABSTRACT             ===============================================--
  42. --         CREATE_TB scans text files and creates a  table  by  selecting
  43. -- specified  line  entries.   The  text  files  are  assumed  to contain
  44. -- standardized entries which  are  repeated  in  each  file.   CREATE_TB
  45. -- extracts  a  subset  of  these  entries  compressing their text into a
  46. -- specified column width for printing in a tabular form.  The entries to
  47. -- be extracted and the width of each column may be specified by the user
  48. -- for each table.  CREATE_TB will scan a group of files identified by  a
  49. -- UNIX  file  pattern(including  *, ?, or selectors [aeiou]) and it also
  50. -- recognizes PAGE headers of the form:
  51. -- 
  52. --              ::::::::::               --::::::::::
  53. --              FILENAME       or        --FILENAME
  54. --              ::::::::::               --::::::::::
  55. -- 
  56. -- as file separators.
  57. -- 
  58. --= REVISION HISTORY     ===============================================--
  59. --
  60. -- DATE         VERSION    AUTHOR       HISTORY
  61. -- 12/15/84    1.0    Mitre Corp   Initial Release
  62. -- 01/21/85     850121  Mitre Corp   Mod to accept --::::::: headers
  63. --                                   Mod to correctly process blank
  64. --                                       lines when building heading
  65. --                                   Mod to stop on subfile header
  66. --                                       when building heading
  67. --                                   Moved PUT_DYNAMIC procedure
  68. --                                       from STR_PACK to CREATE_TB
  69. --                                   Added comments to STR_PACK and
  70. --                                       deleted several string 
  71. --                                       procedures
  72. --                                   Converted subfile headers to
  73. --                                       Ada comments  --:::::::::
  74. --= RELEASE NOTICE       ===============================================--
  75. -- This prologue must be included in all copies of this software.
  76. --
  77. -- This software is released to the Public Domain (note:
  78. --   software released to the Public Domain is not subject
  79. --   to copyright protection).
  80. --
  81. -- Restrictions on use or distribution:  Although there are
  82. --      no current plans to provide maintenance for CREATE_TB,
  83. --      we would appreciate your reporting problems and
  84. --      experiences to:
  85. --              
  86. --                wis_ada at mitre (net address)
  87. --
  88. --      or call at:
  89. --
  90. --                (703)  883-7697
  91. --= DISCLAIMER           ===============================================--
  92. --     This software and its documentation are provided "AS IS" and
  93. -- without any expressed or implied warranties whatsoever.  No warranties
  94. -- as to performance, merchantability, or fitness for a particular
  95. -- purpose exist.
  96. --     The user is advised to test the software thoroughly before
  97. -- relying on it.  The user must assume the entire risk and liability of
  98. -- using this software.  In no event shall any person or organization of
  99. -- people be held responsible for any direct, indirect, consequential or
  100. -- inconsequential damages or lost profits.
  101. --======================================================================--
  102.